Name | Description | |
---|---|---|
![]() | PdfTreeProcessingCommandExecutor<TTarget> | Initializes a new instance of the PdfTreeProcessingCommandExecutor<TTarget> class. |
Name | Description | |
---|---|---|
![]() | PdfTreeProcessingCommandExecutor<TTarget> | Initializes a new instance of the PdfTreeProcessingCommandExecutor<TTarget> class. |
Name | Description | |
---|---|---|
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | Name | Gets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | Commands | Gets a list that contains nested processing commands. (Inherited from CompositeProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() ![]() | ConvertTarget | Overloaded. Creates the retargeted composite command with specified target type. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | Execute | Overloaded. Executes the executor's commands for the specified target. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | CreateCompositeResult | Creates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | ExecuteCommands | Executes the executor's commands for the specified target. |
![]() | GetCommandCount | Returns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>) |
PdfTreeProcessingCommandExecutor<TTarget> Class
Vintasoft.Imaging.Pdf.Processing Namespace